func reflect.copyVal
5 uses
reflect (current package)
value.go#L1771: return copyVal(typ, fl, e)
value.go#L1802: a[i] = copyVal(keyType, fl, key)
value.go#L1853: return copyVal(ktype, iter.m.flag.ro()|flag(ktype.Kind()), iterkey)
value.go#L1896: return copyVal(vtype, iter.m.flag.ro()|flag(vtype.Kind()), iterelem)
value.go#L1994: func copyVal(typ *abi.Type, fl flag, ptr unsafe.Pointer) Value {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |